Ninja Database Pro
LazyValue Property (SingleIndexRecord<T,TIndex>)



KellermanSoftware.NinjaDatabasePro Namespace > SingleIndexRecord<T,TIndex> Class : LazyValue Property
Lazy Loaded Value
Syntax
Public ReadOnly Property LazyValue As T
Dim instance As SingleIndexRecord(Of T,TIndex)
Dim value As T
 
value = instance.LazyValue
public T LazyValue {get;}
public:
property T^ LazyValue {
   T^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SingleIndexRecord<T,TIndex> Class
SingleIndexRecord<T,TIndex> Members